@media (max-width: 1600px) {
  .header .header_fdj {
    position: absolute;
    right: 75px;
    top: 30px;
  }
  .header .header_lang {
    position: absolute;
    top: 30px;
    right: 15px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
  }
  .header .header_lang a {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header .header_lang a.on,
  .header .header_lang a:hover {
    color: #ea5520;
  }
  .header .index_nav {
    right: 120px;
    top: 0px;
  }
  .header .index_nav > ul {
    text-align: center;
  }
  .header .index_nav > ul > li {
    float: none;
    display: inline-block;
    height: 80px;
    position: relative;
  }
  .header .index_nav > ul > li:nth-child(1) {
    background: none;
  }
  .header .index_nav > ul > li > a {
    display: block;
    color: #333333;
    font-size: 14px;
    line-height: 80px;
  }
  .header .index_nav > ul > li .xl li.huangtiao {
    height: 41px;
  }
  .header .index_nav > ul > li .xl li a {
    color: #ffffff;
    display: block;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header .index_nav > ul > li .xl li a:hover {
    color: #f8cb00;
    background: rgba(0, 0, 0, 0.6);
  }
  .banner .prev {
    margin-left: -590px;
  }
  .banner .next {
    margin-right: -580px;
  }
  .ejbanner .ej_abs {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ejbanner .ej_abs .tit {
    color: #ffffff;
    font-size: 36px;
    font-style: italic;
    font-weight: bold;
  }
  .ejbanner .ej_abs .tit1 {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .word_orange {
    color: #ea5520;
  }
  .result_main {
    padding-bottom: 100px;
  }
  .result_main .result_tit {
    padding: 14px 0;
    line-height: 30px;
    color: #999999;
    font-size: 16px;
    border-bottom: solid 1px #eeeeee;
  }
  .result_main .cont ul li {
    border-bottom: solid 1px #eeeeee;
    padding: 15px 0;
  }
  .result_main .cont ul li .tit a {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
  }
  .result_main .cont ul li .note {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
  }
  .breadCrumb {
    border-bottom: solid 1px #eee;
    line-height: 58px;
    color: #4d4a50;
    font-size: 16px;
    height: 59px;
  }
  .breadCrumb .bleft a {
    color: #4d4a50;
    font-size: 16px;
  }
  .breadCrumb .bleft a:hover {
    color: #ea5520;
  }
  .breadCrumb .bright {
    line-height: 56px;
  }
  .breadCrumb .bright a {
    color: #4d4a50;
    font-size: 16px;
    display: inline-block;
    margin-left: 30px;
    border-bottom: solid 2px #fff;
  }
  .breadCrumb .bright a:hover,
  .breadCrumb .bright a.on {
    border-bottom: solid 2px #ea5520;
  }
  .about_main .ej_pic {
    width: 350px;
    position: relative;
  }
  .about_main .ej_pic .owl-dots {
    display: block!important;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: right;
    z-index: 3;
  }
  .about_main .ej_pic .owl-dots .owl-dot {
    display: inline-block;
    float: none;
    margin-left: 3px;
    margin-right: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #ea5520;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: 0.5;
  }
  .about_main .ej_pic .owl-dots .owl-dot.active {
    opacity: 1;
  }
  .about_main .about_m {
    margin-right: 350px;
    min-height: 500px;
    padding-right: 25px;
    border-right: solid 1px #eee;
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .about_main .about_m .tit {
    color: #333333;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .about_main .about_m .cont {
    color: #666666;
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .container {
    width: 100%!important;
  }
  .banner .prev {
    margin-left: -590px;
  }
  .banner .next {
    margin-right: -580px;
  }
  .header .header_fdj {
    position: absolute;
    right: 75px;
    top: 30px;
  }
  .header .header_lang {
    position: absolute;
    top: 30px;
    right: 15px;
    color: #333;
    font-weight: bold;
  }
  .header .header_lang a {
    color: #333333;
    font-weight: bold;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header .header_lang a.on,
  .header .header_lang a:hover {
    color: #ea5520;
  }
  .header .index_nav {
    right: 120px;
    top: 0px;
  }
  .header .index_nav > ul {
    text-align: center;
  }
  .header .index_nav > ul > li {
    float: none;
    display: inline-block;
    height: 80px;
    position: relative;
  }
  .header .index_nav > ul > li:nth-child(1) {
    background: none;
  }
  .header .index_nav > ul > li > a {
    display: block;
    color: #333333;
    font-size: 14px;
    line-height: 80px;
  }
  .header .index_nav > ul > li .xl li.huangtiao {
    height: 41px;
  }
  .header .index_nav > ul > li .xl li a {
    color: #ffffff;
    display: block;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header .index_nav > ul > li .xl li a:hover {
    color: #f8cb00;
    background: rgba(0, 0, 0, 0.6);
  }
}
@media (max-width: 991px) {
  .mobileshow {
    display: block!important;
  }
  .pcshow {
    display: none!important;
  }
  .container {
    width: 100%!important;
  }
  .menu {
    display: block;
    font-size: 18px;
    top: 15px;
    right: 15px;
  }
  .menu_close {
    position: fixed;
    display: block;
    font-size: 14px;
    left: auto;
    right: 0;
    z-index: 11;
    border-radius: 0 0 100% 100%;
  }
  .header {
    height: 60px;
  }
  .header .logo {
    top: 10px;
    left: 15px;
  }
  .header .logo img {
    height: 40px;
  }
  .header .header_fdj {
    position: absolute;
    right: 110px;
    top: 20px;
  }
  .header .header_fdj img {
    width: 20px;
  }
  .header .header_lang {
    position: absolute;
    top: 20px;
    right: 55px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
  }
  .header .header_lang a {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header .header_lang a.on,
  .header .header_lang a:hover {
    color: #ea5520;
  }
  .header .index_nav {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    position: fixed;
    right: 320px;
    top: 0px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    width: 150px;
    bottom: 0;
    background: #fff;
    z-index: 1115!important;
    padding-top: 20px;
    margin-right: 0;
    margin-top: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header .index_nav > ul > li {
    margin-left: 0;
    margin-right: 0;
    background: none;
    width: 100%;
    height: auto;
  }
  .header .index_nav > ul > li > .xl {
    width: 100%;
    margin-left: 0;
    position: static;
    display: block;
    line-height: 24px;
    margin-top: -5px;
  }
  .header .index_nav > ul > li > .xl a {
    font-size: 13px;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .header .index_nav > ul > li > a {
    height: auto;
    line-height: 40px;
    text-align: center;
    padding-left: 0px;
    padding-top: 0;
    padding-right: 0;
    color: #000;
    display: block;
    font-size: 16px;
    border-top: 0;
  }
  .header .index_nav > ul > li > a span {
    display: none;
  }
  .header .index_nav > ul > li > a:hover,
  .header .index_nav > ul > li > a.on {
    border-top: 0;
  }
  body {
    padding-top: 60px;
  }
  .banner .prev {
    margin-left: 0;
    left: 10px;
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    margin-top: -12px;
  }
  .banner .next {
    margin-right: 0;
    right: 10px;
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    margin-top: -12px;
  }
  .banner #owl-demo1 {
    height: auto;
  }
  .banner #owl-demo1 .owl-dots {
    bottom: 10px;
  }
  .banner #owl-demo1 .item {
    height: auto;
  }
  .banner #owl-demo1 .item img {
    display: block;
    width: 100%;
  }
  .index_main1 {
    padding: 30px 0;
  }
  .index_main1 .m1_left {
    width: 100%;
    float: none;
  }
  .index_main1 .m1_left .pic {
    width: 204px;
    height: 132px;
    overflow: hidden;
  }
  .index_main1 .m1_left .pic img {
    width: 100%;
  }
  .index_main1 .m1_left .cont {
    margin-left: 225px;
  }
  .index_main1 .m1_left .cont .tit a {
    color: #ea5520;
    font-size: 20px;
    font-weight: bold;
  }
  .index_main1 .m1_left .cont .date {
    color: #cccccc;
    font-size: 18px;
  }
  .index_main1 .m1_left .cont .note {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
  }
  .index_main1 .m1_right {
    float: none;
    margin-top: 30px;
    width: 100%;
  }
  .index_main1 .m1_right .xxk {
    height: 30px;
    border-bottom: solid 2px #e0e1e4;
  }
  .index_main1 .m1_right .xxk .xxk1 {
    color: #3e3a39;
    font-size: 16px;
    height: 30px;
    margin-right: 25px;
    font-weight: bold;
  }
  .index_main1 .m1_right .xxk .xxk1.on {
    border-bottom: solid 2px #ea5520;
  }
  .index_main1 .m1_right .m1_more {
    right: 0;
    top: 0;
    line-height: 26px;
  }
  .index_main1 .m1_right .m1_more a {
    color: #999999;
  }
  .index_main1 .m1_right .m1_more a:nth-child(2) {
    display: none;
  }
  .index_main1 .m1_right .xxkqh .xxkqh1 ul {
    padding-top: 5px;
  }
  .index_main1 .m1_right .xxkqh .xxkqh1 ul li {
    line-height: 24px;
  }
  .index_main1 .m1_right .xxkqh .xxkqh1 ul li:hover .date {
    color: #ea5520;
  }
  .index_main1 .m1_right .xxkqh .xxkqh1 ul li:hover .tit a {
    color: #ea5520;
  }
  .index_main1 .m1_right .xxkqh .xxkqh1 ul li .date {
    color: #999999;
    font-size: 14px;
  }
  .index_main1 .m1_right .xxkqh .xxkqh1 ul li .tit {
    margin-left: 90px;
  }
  .index_main1 .m1_right .xxkqh .xxkqh1 ul li .tit a {
    color: #999999;
    display: block;
    width: 100%;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .index_main2 {
    background: #f3f3f3;
    padding: 30px 0;
  }
  .index_main2 .item {
    width: 33.33%;
    height: 172px;
    position: relative;
  }
  .index_main2 .item:nth-child(2) .item_btm {
    background: rgba(234, 85, 32, 0.8);
  }
  .index_main2 .item .item_btm {
    background: rgba(122, 123, 133, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .index_main2 .item .item_abs {
    top: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    padding-left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .index_main2 .item .item_abs .icon {
    width: 50px;
    height: 50px;
  }
  .index_main2 .item .item_abs .cont {
    margin-left: 60px;
  }
  .index_main2 .item .item_abs .cont .tit {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
  }
  .index_main2 .item .item_abs .cont .tit1 {
    color: #fff;
    font-size: 18px;
    opacity: 0.8;
    text-transform: uppercase;
  }
  .footer {
    background: #ffffff;
    padding: 50px 0;
    /*border-bottom: solid 20px #ea5520;*/
  }
  .footer .footer_left {
    width: 100%;
  }
  .footer .footer_left .footer_link a {
    color: #3e3a39;
    font-size: 14px;
    margin-right: 25px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .footer .footer_left .footer_link a:hover {
    color: #ea5520;
  }
  .footer .footer_left .footer_share {
    margin-top: 5px;
  }
  .footer .copyRight {
    margin-top: -2px;
    width: 100%;
    color: #3e3a39;
    font-size: 14px;
    line-height: 26px;
  }
  .breadCrumb {
    border-bottom: solid 1px #eee;
    line-height: 48px;
    color: #4d4a50;
    font-size: 14px;
    height: auto;
  }
  .breadCrumb .bleft a {
    color: #4d4a50;
    font-size: 14px;
  }
  .breadCrumb .bleft a:hover {
    color: #ea5520;
  }
  .breadCrumb .bright {
    line-height: 46px;
  }
  .breadCrumb .bright a {
    color: #4d4a50;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    border-bottom: solid 2px #fff;
  }
  .breadCrumb .bright a:hover,
  .breadCrumb .bright a.on {
    border-bottom: solid 2px #ea5520;
  }
  .about_main .about_m {
    margin-right: 0px;
    min-height: auto;
    padding-right: 0px;
    border-right: solid 1px #eee;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about_main .about_m .tit {
    color: #333333;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .about_main .about_m .cont {
    color: #666666;
    font-size: 12px;
    line-height: 20px;
  }
  .about_main .about_m1 {
    padding-bottom: 30px;
    margin-right: 0px;
    padding-right: 0px;
  }
  .about_main .about_m1 .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .about_main .about_m1 .row .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .about_main .about_m1 .row .col-xs-12 .item {
    margin-top: 15px;
  }
  .about_main .about_m1 .row .col-xs-12 .item .pic {
    display: block;
  }
  .about_main .about_m1 .row .col-xs-12 .item .tit {
    padding-top: 5px;
    text-align: center;
  }
  .about_main .about_m1 .row .col-xs-12 .item .tit a {
    color: #333333;
    font-size: 14px;
  }
  .about_main .about_m2 {
    padding-bottom: 30px;
    margin-right: 0px;
    padding-right: 0px;
    padding-top: 5px;
  }
  .about_main .about_m2 .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .about_main .about_m2 .row .col-xs-6 {
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .about_main .about_m2 .row .col-xs-6 .item:hover .pic .pic_abs {
    opacity: 1;
  }
  .about_main .about_m2 .row .col-xs-6 .pic {
    border: solid 1px #eee;
  }
  .about_main .about_m2 .row .col-xs-6 .pic .pic_abs {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(234, 85, 32, 0.6);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .about_main .about_m2 .row .col-xs-6 .pic .pic_abs span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
  }
  .about_main .about_m2 .row .col-xs-6 .tit {
    padding-top: 10px;
    text-align: center;
  }
  .about_main .about_m2 .row .col-xs-6 .tit a {
    color: #333333;
    font-size: 14px;
  }
  .about_main .pro_details {
    padding-bottom: 30px;
    margin-right: 0px;
    padding-right: 0px;
    padding-top: 20px;
  }
  .about_main .pro_details .pro_top .pic {
    width: 100%;
    float: none;
    border: solid 1px #eee;
  }
  .about_main .pro_details .pro_top .pic img {
    width: 100%;
  }
  .about_main .pro_details .pro_top .cont {
    margin-left: 0px;
    padding-top: 15px;
  }
  .about_main .pro_details .pro_top .cont .tit {
    color: #333333;
    font-size: 18px;
  }
  .about_main .pro_details .pro_top .cont .note {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
  }
  .about_main .pro_details .pro_bot {
    padding-top: 30px;
  }
  .about_main .pro_details .pro_bot .pic img {
    max-width: 100%;
  }
  .about_main .pro_details .pro_bot .table {
    padding-top: 20px;
    overflow-x: auto;
    line-height: 24px;
    -webkit-overflow-scrolling: touch;
  }
  .about_main .pro_details .pro_bot .table p {
    padding-bottom: 0!important;
    margin-bottom: 0;
  }
  .ej_m {
    min-height: auto;
    border-right: 0!important;
  }
  .pro_details1 {
    padding-bottom: 30px;
    margin-right: 0px;
    padding-right: 0px;
    padding-top: 20px;
  }
  .pro_details1 .tit {
    color: #333333;
    font-size: 16px;
  }
  .pro_details1 .note {
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .pro_details1 .pic img {
    width: 100%;
  }
  .news_list {
    padding-bottom: 20px;
    margin-right: 0px;
    padding-right: 0px;
    padding-top: 20px;
  }
  .news_list .news_top .pic {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }
  .news_list .news_top .cont {
    margin-right: 0;
  }
  .news_list .news_top .cont .date {
    color: #ea5520;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 18px;
  }
  .news_list .news_top .cont .tit {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .news_list .news_top .cont .tit a {
    color: #333333;
    font-size: 16px;
  }
  .news_list .news_top .cont .note {
    color: #666666;
    font-size: 12px;
    line-height: 20px;
  }
  .news_list .news_top .cont .more {
    margin-top: 10px;
  }
  .news_list .news_top .cont .more a {
    display: block;
    background-color: #ea5520;
    width: 100%;
    text-align: center;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
  }
  .news_list .news_bot {
    padding-top: 30px;
  }
  .news_list .news_bot ul {
    border-top: solid 1px #eee;
    padding-bottom: 10px;
  }
  .news_list .news_bot ul li {
    padding: 10px 0;
    border-bottom: solid 1px #eee;
  }
  .news_list .news_bot ul li .date {
    background-color: #ececec;
    width: 70px;
    height: 70px;
    padding-top: 10px;
  }
  .news_list .news_bot ul li .date .day {
    color: #ea5520;
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
  }
  .news_list .news_bot ul li .date .year {
    color: #333333;
    font-size: 14px;
  }
  .news_list .news_bot ul li .cont {
    margin-left: 85px;
  }
  .news_list .news_bot ul li .cont .tit {
    line-height: 20px;
  }
  .news_list .news_bot ul li .cont .tit a {
    color: #333333;
    font-size: 16px;
  }
  .news_list .news_bot ul li .cont .note {
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
  }
  .pages a {
    border-style: solid;
    border-width: 1px;
    border-color: #e6e6e6;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 38px;
    color: #333;
    display: none;
  }
  .pages a:hover,
  .pages a.on {
    border: solid 1px #ddd;
    color: #ea5520;
  }
  .pages a.tsa {
    display: inline-block;
  }
  .news_details {
    padding-bottom: 20px;
    margin-right: 0px;
    padding-right: 0px;
    padding-top: 20px;
  }
  .news_details .date {
    color: #ea5520;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 18px;
  }
  .news_details .tit {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #333333;
    font-size: 16px;
  }
  .news_details .note a {
    color: #999999;
    font-size: 12px;
    margin-right: 15px;
  }
  .news_details .cont {
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }
  .news_details .cont img {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 100%;
  }
  .news_details .fanye div {
    max-width: 100%;
    width: 100%;
    float: none;
  }
  .news_details .fanye div a {
    color: #999999;
    font-size: 12px;
  }
  .news_details .fanye div a:hover {
    color: #ea5520;
  }
  .join_m {
    padding-bottom: 30px;
    margin-right: 0px;
    padding-right: 0px;
    padding-top: 20px;
  }
  .join_m .join_tit {
    line-height: 40px;
    background: #ea5520;
    padding-left: 20px;
    color: #ffffff;
    font-size: 16px;
  }
  .join_m .join_tit .sp1 {
    width: 25%;
  }
  .join_m .join_tit .sp2 {
    width: 20%;
  }
  .join_m .join_tit .sp3 {
    width: 20%;
  }
  .join_m .join_tit .sp4 {
    width: 35%;
  }
  .join_m .join_tit .sp5 {
    margin-left: 0px;
  }
  .join_m .join_cont a {
    display: block;
    padding-left: 20px;
    color: #333333;
    font-size: 12px;
    background: #eeeeee;
    line-height: 36px;
  }
  .join_m .join_cont a:nth-child(2n) {
    background: #fff;
  }
  .join_m .join_cont a .sp1 {
    width: 25%;
  }
  .join_m .join_cont a .sp2 {
    width: 20%;
  }
  .join_m .join_cont a .sp3 {
    width: 20%;
  }
  .join_m .join_cont a .sp4 {
    width: 35%;
  }
  .join_m .join_cont1 {
    background: #eeeeee;
    border-bottom: solid 1px #fff;
    padding: 15px 20px;
  }
  .join_m .join_cont1 .tit {
    color: #131313;
    font-size: 16px;
    line-height: 16px;
  }
  .join_m .join_cont1 .tit .shuxian {
    margin-right: 5px;
    width: 3px;
    height: 16px;
    background: #ea5520;
  }
  .join_m .join_cont1 .note {
    margin-top: 5px;
    color: #474747;
    font-size: 14px;
    line-height: 22px;
  }
  .join_m .join_bot {
    background: #eeeeee;
    padding: 10px 15px;
  }
  .join_m .join_bot .logo {
    width: 90px;
  }
  .join_m .join_bot .logo img {
    width: 100%;
  }
  .join_m .join_bot .cont {
    margin-left: 100px;
  }
  .join_m .join_bot .cont .tit1 {
    color: #ea5520;
    font-size: 14px;
    line-height: 14px;
  }
  .join_m .join_bot .cont .note1 {
    color: #333333;
    margin-top: 5px;
    font-size: 12px;
  }
  .contact_m {
    padding-bottom: 30px;
    margin-right: 0px;
    padding-right: 0px;
    padding-top: 20px;
  }
  .contact_m .contact_top {
    padding-top: 5px;
  }
  .contact_m .contact_top .c_left {
    width: 100%;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    float: none;
  }
  .contact_m .contact_top .c_right {
    margin-left: 0px;
    margin-top: 15px;
  }
  .contact_m .contact_top .c_right .ewm {
    width: 120px;
    border-right: solid 1px #fff;
  }
  .contact_m .contact_top .c_right .ewm img {
    width: 100%;
    display: block;
  }
  .contact_m .contact_top .c_right .cont {
    margin-left: 130px;
    overflow: hidden;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    padding-top: 30px;
  }
  .contact_m .contact_bot {
    padding: 15px;
    background: #ea5520;
    margin-top: 10px;
  }
  .contact_m .contact_bot .icon {
    width: 120px;
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0;
  }
  .contact_m .contact_bot .icon img {
    width: 100%;
  }
  .contact_m .contact_bot .cont {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .header .header_fdj {
    position: absolute;
    width: 22px;
    height: 22px;
  }
  .header .header_fdj img {
    cursor: pointer;
  }
  .header .header_fdj .header_fdj1 {
    border-width: 1px;
    border-color: #cccccc;
    border-style: solid;
    border-radius: 4px;
    background-color: #ffffff;
    width: 90%;
    height: 50px;
    position: fixed;
    right: 5%;
    top: 60px;
    display: none;
  }
  .header .header_fdj .header_fdj1 .btn1 {
    width: 50px;
    height: 50px;
    background: url(../images/fdj2.png) no-repeat center center;
    border: 0;
    position: relative;
    top: -1px;
  }
  .header .header_fdj .header_fdj1 .cont {
    margin-right: 52px;
    background: url(../images/shuxian1.jpg) no-repeat right center;
  }
  .header .header_fdj .header_fdj1 .cont .inp1 {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background: none;
    border: 0;
    position: relative;
    top: -1px;
  }
  .index_main1 {
    padding: 20px 0;
  }
  .index_main1 .m1_left {
    width: 100%;
    float: none;
  }
  .index_main1 .m1_left .pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: none;
  }
  .index_main1 .m1_left .pic img {
    width: 100%;
  }
  .index_main1 .m1_left .cont {
    margin-left: 0px;
    margin-top: 15px;
  }
  .index_main1 .m1_left .cont .tit a {
    color: #ea5520;
    font-size: 16px;
    font-weight: bold;
  }
  .index_main1 .m1_left .cont .date {
    color: #cccccc;
    font-size: 14px;
  }
  .index_main1 .m1_left .cont .note {
    color: #999999;
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
  }
  .index_main1 .m1_right {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
  .index_main1 .m1_right .xxk {
    height: 30px;
    border-bottom: solid 2px #e0e1e4;
  }
  .index_main1 .m1_right .xxk .xxk1 {
    color: #3e3a39;
    font-size: 16px;
    height: 30px;
    margin-right: 15px;
    font-weight: bold;
  }
  .index_main1 .m1_right .xxk .xxk1.on {
    border-bottom: solid 2px #ea5520;
  }
  .index_main1 .m1_right .m1_more {
    right: 0;
    top: 0;
    line-height: 26px;
  }
  .index_main1 .m1_right .m1_more a {
    color: #999999;
  }
  .index_main1 .m1_right .m1_more a:nth-child(2) {
    display: none;
  }
  .index_main1 .m1_right .xxkqh .xxkqh1 ul {
    padding-top: 5px;
  }
  .index_main1 .m1_right .xxkqh .xxkqh1 ul li {
    line-height: 24px;
  }
  .index_main1 .m1_right .xxkqh .xxkqh1 ul li:hover .date {
    color: #ea5520;
  }
  .index_main1 .m1_right .xxkqh .xxkqh1 ul li:hover .tit a {
    color: #ea5520;
  }
  .index_main1 .m1_right .xxkqh .xxkqh1 ul li .date {
    color: #999999;
    font-size: 14px;
  }
  .index_main1 .m1_right .xxkqh .xxkqh1 ul li .tit {
    margin-left: 90px;
  }
  .index_main1 .m1_right .xxkqh .xxkqh1 ul li .tit a {
    color: #999999;
    display: block;
    width: 100%;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .index_main2 {
    background: #f3f3f3;
    padding: 20px 0;
  }
  .index_main2 .item {
    width: 100%;
    height: 100px;
    position: relative;
  }
  .index_main2 .item:nth-child(2) .item_btm {
    background: rgba(234, 85, 32, 0.8);
  }
  .index_main2 .item .item_btm {
    background: rgba(122, 123, 133, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .index_main2 .item .item_abs {
    top: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    padding-left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .index_main2 .item .item_abs .icon {
    width: 50px;
    height: 50px;
  }
  .index_main2 .item .item_abs .cont {
    margin-left: 60px;
  }
  .index_main2 .item .item_abs .cont .tit {
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
  }
  .index_main2 .item .item_abs .cont .tit1 {
    color: #fff;
    font-size: 16px;
    opacity: 0.8;
    text-transform: uppercase;
  }
  .footer {
    background: #ffffff;
    padding: 20px 0;
    /*border-bottom: solid 5px #ea5520;*/
  }
  .footer .footer_left {
    width: 100%;
  }
  .footer .footer_left .footer_link a {
    color: #3e3a39;
    font-size: 14px;
    margin-right: 25px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
  }
  .footer .footer_left .footer_link a:hover {
    color: #ea5520;
  }
  .footer .footer_left .footer_share {
    margin-top: 5px;
  }
  .footer .copyRight {
    margin-top: -2px;
    width: 100%;
    color: #3e3a39;
    font-size: 14px;
    line-height: 26px;
  }
  .word_orange {
    color: #ea5520;
  }
  .ejbanner {
    height: auto;
    background: url(../images/ejbanner.jpg) no-repeat center center;
  }
  .ejbanner .container {
    height: 100%;
  }
  .ejbanner .ej_abs {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ejbanner .ej_abs .tit {
    color: #ffffff;
    font-size: 28px;
    font-style: italic;
    font-weight: bold;
  }
  .ejbanner .ej_abs .tit1 {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .result_main {
    padding-bottom: 30px;
  }
  .result_main .result_tit {
    padding: 10px 0;
    line-height: 24px;
    color: #999999;
    font-size: 14px;
    border-bottom: solid 1px #eeeeee;
  }
  .result_main .cont ul li {
    border-bottom: solid 1px #eeeeee;
    padding: 15px 0;
  }
  .result_main .cont ul li .tit a {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
  }
  .result_main .cont ul li .note {
    color: #999999;
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
  }
}
